Method: addMACToBlacklistWithCustomDataEx

Add an end-system MAC address to the ExtremeControl blocked list end-system group. You can configure the custom fields. Force reauthentication on the end-system after it is blacklisted to limit network access.

Parameters

Name Type Description
macAddress string The MAC address of the end-system
description string Optional information stored in the end-system group with the MAC address
reauthenticate boolean Set to true to force reauthentication on the affected end-system
custom string The end-system’s new custom fields

Returns

Returns a WsResult with a structure defined by the following table.

Name Type Description
errorCode int See the Web Service Error Codes
errorMessage string Error message in readable text
success boolean True if operation is successful

Example

Execute the following web service with a browser.

Note the custom field parameter is an array. The 1st custom parameter is associated to Custom Field 1, the 2nd custom parameter is associated to Custom Field 2, the 3rd custom parameter is associated to Custom Field 3, and the 4th is associated to Custom Field 4.

https://192.168.30.34:8443/axis/services/NACWebService/addMACToBlacklistWithCustomDataEx?macAddress=00:11:22:33:44:55&description=Example-Web-Service&reauthenticate=true&custom=Custom1&custom=Custom2&custom=Custom3&custom=Custom4